home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / mhsutil2.lha / TC / Manual < prev    next >
Text File  |  1995-09-25  |  5KB  |  155 lines

  1.     -------------------------------------------------------------------------
  2.     INTRODUCTION
  3.     -------------------------------------------------------------------------
  4.  
  5.     Time pieces that open a window in the title bar, prevent 'dragging'
  6.     the screen when the mouse pointer has been placed within the clock's
  7.     window.  If the time & date were 'stamped' within selected screen's
  8.     title bar, screen 'dragging' would still be possible  even when the
  9.     mouse pointer has been placed within the clock's display area.  'TC'
  10.     solves this problem: Titlebar Clock.
  11.  
  12.  
  13.     -------------------------------------------------------------------------
  14.     FEATURES
  15.     -------------------------------------------------------------------------
  16.  
  17.     --------------------------
  18.     Standard features include:
  19.     --------------------------
  20.     o - Multitasks.
  21.     o - Uses standard INTUITION interfaces.
  22.     o - Adjusts to different WORKBENCH environments.
  23.     o - Uses the system clock.
  24.  
  25.  
  26.     -------------------------
  27.     Special features include:
  28.     -------------------------
  29.     o - Uses the 'SOFTCONFIG' environment.
  30.     o - Uses the 'CCFQ' convention.
  31.  
  32.  
  33.     -------------------------
  34.     Program features include:
  35.     -------------------------
  36.     o - Dynamically display the current time & date in the title bar.
  37.  
  38.  
  39.     -------------------------------------------------------------------------
  40.     USING TC
  41.     -------------------------------------------------------------------------
  42.  
  43.     ----------------
  44.     Getting Started:
  45.     ----------------
  46.     You can start 'TC' from the CLI/ Shell by using:
  47.  
  48.     >Run TC
  49.  
  50.     ... or you can double-click on the supplied icon.
  51.  
  52.     If you want to run 'PC' from the CLI/ Shell, then you will either
  53.     have to 'CD <path>' where 'PC' is located before attempting to
  54.     run it, or have previously installed it in your current c: path
  55.     or directory.
  56.  
  57.     (Please refer to the online help file for more information.)
  58.  
  59.  
  60.     --------
  61.     Options:
  62.     --------
  63.     The following options are available from the CLI/ Shell.
  64.  
  65.     -n ..... Do not show date.
  66.     -i ..... Ignore title bar limits.
  67.              (This allows the title bar text to be over-written by the
  68.               clock's information.)
  69.     -q ..... Exit any currently running 'TC' program(s).
  70.  
  71.     (For information on 'TOOLTYPES' please refer to the online help file.)
  72.  
  73.  
  74.     -----------------
  75.     Setting the time:
  76.     -----------------
  77.     To set the time, use the system preferences 'Time' command.
  78.  
  79.  
  80.     ----------------------
  81.     Changing screen modes:
  82.     ----------------------
  83.     Since 'TC' uses the current WORKBENCH screen, no changes should be
  84.     made, like new screen modes, etc., without first exiting 'TC'.
  85.     After the changes have been made, restart 'TC'.  This is due to
  86.     change in a future release.
  87.  
  88.  
  89.     -----
  90.     CCFQ:
  91.     -----
  92.     The following 'ccf' commands are recognized when 'TC' is 'hidden':
  93.  
  94.     PREF
  95.     QUIT
  96.  
  97.     (Please refer to the help file(s) for 'CCFQ' for more information.)
  98.  
  99.  
  100.     -----------------------
  101.     Software Configuration:
  102.     -----------------------
  103.     The following variables (flags) are used:
  104.  
  105.     SCREEN TO FRONT
  106.     USE PUBLIC SCREEN
  107.  
  108.     (Please refer to the help file(s) for 'SoftConfig' for more information.)
  109.  
  110.  
  111.     -------------------------------------------------------------------------
  112.     FOR ADVANCED USERS
  113.     -------------------------------------------------------------------------
  114.  
  115.     --------------------
  116.     'WBSTARTUP' Startup:
  117.     --------------------
  118.     'TC' can be started automatically when your system boots up, by
  119.     dragging -n- dropping the 'TC' icon into your current 'SYS:WBSTARTUP'
  120.     drawer.
  121.  
  122.  
  123.     -------
  124.     'CCFQ':
  125.     -------
  126.     Use 'CCFQ' (if installed within your c: directory) to exit 'TC' from
  127.     any CLI/ Shell.
  128.  
  129.  
  130.     -------------------------------------------------------------------------
  131.     CREDITS
  132.     -------------------------------------------------------------------------
  133.  
  134.     This program was designed and coded by Michael Thomas Hurt  of
  135.     MIKE HURT SOFTWARE!, coded in & compiled using Blitz Basic 2.0
  136.     available from Acid Software.
  137.  
  138.     Software testing was done using:
  139.  
  140.       o - Amiga 500 : AmigaDOS 2.1, GVP HD 500+ w/ 2MEGS.
  141.  
  142.       o - Amiga 2000: AmigaDOS 2.1, Microbotics VXL030 w/MMU,
  143.           Microbotics VXLRAM 2MEGS, Microbotics 8-UP! 4MEGS,
  144.           GVP Series II hard card w/ 100MEG HD.
  145.  
  146.       o - Amiga 3000: AmigaDOS 2.1, 6MEGS.
  147.  
  148.       o - Amiga 4000: AmigaDOS 3.0
  149.  
  150.  
  151.     -------------------------------------------------------------------------
  152.     PROGRAM HISTORY
  153.     -------------------------------------------------------------------------
  154.  
  155.     v1.0    07/04/1995    Original program.